From: Juri Linkov Date: Sun, 15 Nov 2009 15:32:15 +0000 (+0000) Subject: (set-mark-default-inactive): Add :type, :group X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9473 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=440e77174e7de4627df8a171bafbb378c866f933;p=emacs.git (set-mark-default-inactive): Add :type, :group and :version. (Bug#4876) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1a538d6b1e..94f0f388743 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-11-15 Juri Linkov + + * simple.el (set-mark-default-inactive): Add :type, :group + and :version. (Bug#4876) + 2009-11-15 Michael Albinus * arc-mode.el (archive-maybe-copy): Move creation of directory ... diff --git a/lisp/simple.el b/lisp/simple.el index 2d01542355e..60d47e733cd 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3705,7 +3705,10 @@ after C-u \\[set-mark-command]." (defcustom set-mark-default-inactive nil "If non-nil, setting the mark does not activate it. This causes \\[set-mark-command] and \\[exchange-point-and-mark] to -behave the same whether or not `transient-mark-mode' is enabled.") +behave the same whether or not `transient-mark-mode' is enabled." + :type 'boolean + :group 'editing-basics + :version "23.1") (defun set-mark-command (arg) "Set the mark where point is, or jump to the mark.